lib/fetcher-curl: Use G_SOURCE_REMOVE instead of FALSE
authorJonathan Lebon <jonathan@jlebon.com>
Tue, 27 Oct 2020 15:57:00 +0000 (11:57 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Tue, 27 Oct 2020 15:57:00 +0000 (11:57 -0400)
commit40edc33ef3dc623c7ef699b4065fd38614f68910
tree0904694bc3257435a60a6645685b234e942137fc
parent6d64477c8de9ecb6881afbd4c9881170f1d2b7a9
lib/fetcher-curl: Use G_SOURCE_REMOVE instead of FALSE

They're equivalent, though I prefer the former because it's more
descriptive and it makes it really obvious that it's a `GSource`
callback.
src/libostree/ostree-fetcher-curl.c